# StrongED$Mode = Message
# 'Errors' file:
# This contains, not just errors, but all the informational messages printed
# by the game in various circumstances - ranging from scoring to syntax.
# Custom error messages should be placed in 'Story'.

# Startup:
Startup1:Messages loaded...
Startup2:Loading nouns...
Startup3:Loading rooms...
Startup4:Loading hints...
Startup5:Starting adventure...

# Command error messages:
Blank:How very strange.  I'd have sworn it was Djakarta.
# That's a quote from Professor Calculus, in case you were wondering...
BadVerb:Verb not recognised.
BadDir:You can't go that way.
BadNoun:Can't see a '%0' here...
Map:That could mean one of %0 nouns, choose one:
Hint:Choose a hint:
NoHint:There are no hints currently available.
BadNumber:Number not recognised.

# Syntax error stuff:
Syntax1:<noun, carried>
Syntax2:<noun, not carried>
Syntax3:<noun>
#Syntax4 shouldn't ever occur...
Syntax5:<single noun, carried>
Syntax6:<single noun, not carried>
Syntax7:<single noun>
Syntax8:<word>
Syntax:Syntax: %0

# Object error messages:
CantPickup:That object cannot be picked up.
CantContain:Object '%0' cannot contain other objects.
HoM:You can't put an object inside itself!
# 'Hall of Mirrors' - Doom acronym...

# Informational messages:
Wait:You wait. Nothing happens.
Examine1:You can see:
Examine2:It contains:
Examine3:You are carrying:
NoExit:There are no obvious exits.
Exits:Exits lead %0.
OK:Okay.

# Scoring messages:
Score1:Turns taken: %0
Score2:Score: %0 points
Score3:Hints used: %0
ScorePlus:*** Your score just went up by %0 points ***
ScorePlus1:*** Your score just went up by a point ***
ScoreMinus:*** Your score just went down by %0 points ***
ScoreMinus1:*** Your score just went down by a point ***

# Loading and saving messages:
Leafname:Type leafname of file to %0 (or just press RETURN to abort)
# Note: parameter in this case is filled with verb token (saves effort)
NotASave:That is not a save file for this adventure.
NotAFile:That file does not exist.
Overwrite:Are you sure you want to overwrite this file? (press %0 to confirm)

# Miscellaneous:
Quit:Are you sure you want to quit? (press %0 to confirm)
YesKey:Y
Help:Wait until you can see, then go looking for graffiti.
